Each octal digit is represented by 3 binary digits. Let's convert (2217)8 to binary:
28 = 010, 28 = 010, 18 = 001, 78 = 111
Binary Representation: 010 010 001 111
To convert binary to hexadecimal, group the binary digits in sets of 4, starting from the right:
010 010 001 111 becomes 0010 0100 0111
Now convert each group of 4 bits into its hexadecimal equivalent:
0010
= 20100
= 40111
= 7The hexadecimal equivalent of (2217)8 is: (247)16
Binary multiplication is done similarly to decimal multiplication, where each bit is multiplied individually. Let's break down
We multiply each digit in the first binary number by each digit in the second binary number. The multiplication follows the same rules as decimal multiplication but with only 0's and 1's.
Let's multiply the two binary numbers:
Since all the results are 0, the final multiplication result is also 0.
The result of
Online Test Series,
Information About Examination,
Syllabus, Notification
and More.
Online Test Series,
Information About Examination,
Syllabus, Notification
and More.